Database Knowledge Base
Search:     Advanced search
Browse by category:
Glossary | Contact Us

Showing: 11-20 of 61    ««  »»
Articles
 
document What is Data Mapping
Data mapping is a very important aspect in data integration. In fact, it is the first step in the many complex tasks associated with data integration...
27 Apr, 2008 Views: 1177 Comments: 0
document Is there a "MyISAM Hot-Backup" like the "InnoDB Hot-Backup"?
This is currently under development, and scheduled for MySQL 5.1.
03 Aug, 2009 Views: 641 Comments: 0
document Is there any improvement in error reporting when Foreign Key fails (i.e. currently does not report which column and reference failed)?
The foreign key support in InnoDB has seen improvements in each major version of MySQL. However, global foreign key support (i.e., generically for...
03 Aug, 2009 Views: 453 Comments: 0
document If the entire data dir is backuped daily, is restoring a database just a matter of dumping the database from tape back to the data dir?
I believe that works just fine if you are using the MyISAM storage engine, but if you are you using some of the other ones like InnoDB I believe...
03 Aug, 2009 Views: 527 Comments: 0
document what is Maximum size of a query in mysql?
the max size would be limited by the variable max_allowed_packet so, if you do a show variables like 'max_allowed_packet' it will show...
03 Aug, 2009 Views: 1469 Comments: 0
document Can MySQL 5.0 do subqueries?
Yes. MySQL supports subqueries since version 4.1 See
03 Aug, 2009 Views: 471 Comments: 0
document Can MySQL 5.0 do multi-table inserts and updates?
Yes. Multi-table UPDATE and DELETE were actually implemented in MySQL 4.0, with enhancements added in MySQL 4.1. See and
03 Aug, 2009 Views: 470 Comments: 0
document Does MySQL 5.0 have a Query Cache? Does it work on Server, Instance or Database?
Yes. The Query Cache was introduced in MySQL 4.0, and operates on the server level. It caches complete result sets, matched with the original query...
03 Aug, 2009 Views: 459 Comments: 0
document Does MySQL 5.0 have a NOW() with fractions of seconds?
No. This is on the MySQL roadmap as a "rolling feature". This means that it is not a flagship feature, but will be implemented,...
03 Aug, 2009 Views: 440 Comments: 0
document Does MySQL 5.0 work with Dual Core Opterons?
Yes. MySQL is fully multi-threaded, and will make use of multiple CPUs provided the operating system supports it.
03 Aug, 2009 Views: 467 Comments: 0



RSS